Skip to content

Add support for Jetson Orin Nano Super variant#132

Open
Bonsaikitt3n wants to merge 1 commit intoNVIDIA:masterfrom
Bonsaikitt3n:master-fix-120-gpio
Open

Add support for Jetson Orin Nano Super variant#132
Bonsaikitt3n wants to merge 1 commit intoNVIDIA:masterfrom
Bonsaikitt3n:master-fix-120-gpio

Conversation

@Bonsaikitt3n
Copy link
Contributor

Add support for Jetson Orin Nano "Super" developer kit variants that include the "-super" suffix in their device tree compatible string.

The Super variants report compatible strings like:

  • nvidia,p3509-0000+p3767-0003-super
  • nvidia,p3509-0000+p3767-0004-super
  • nvidia,p3509-0000+p3767-0005-super

This fix enables GPIO library functionality for these newer hardware variants by adding the Super-suffixed compatible strings to the device recognition lists.

Fixes #120

Add support for Jetson Orin Nano "Super" developer kit variants that
include the "-super" suffix in their device tree compatible string.

The Super variants report compatible strings like:
- nvidia,p3509-0000+p3767-0003-super
- nvidia,p3509-0000+p3767-0004-super
- nvidia,p3509-0000+p3767-0005-super

This fix enables GPIO library functionality for these newer hardware
variants by adding the Super-suffixed compatible strings to the
device recognition lists.

Fixes NVIDIA#120
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this file and put the content for the testing to the test python file

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you put this in samples folder

Copy link
Collaborator

@anhmiuhv anhmiuhv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I add some comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GPIO not working on Jetson Orin Nano Super Developer Kit

2 participants